home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 May / PC Answers CD-ROM 7 (Future Publishing) (May 1995).iso / vbits / code / cert / trk3_eg / in_out / data.mdb / Numbers.json
Encoding:
JavaScript Object Notation  |  1994-11-16  |  553 b 

  1. {
  2.     "schema": {
  3.         "Students": "Text (20)",
  4.         "Test1": "Long Integer",
  5.         "Test2": "Long Integer"
  6.     },
  7.     "data": [
  8.         {
  9.             "Students": "Joe",
  10.             "Test1": 65,
  11.             "Test2": 78
  12.         },
  13.         {
  14.             "Students": "Frank",
  15.             "Test1": 34,
  16.             "Test2": 67
  17.         },
  18.         {
  19.             "Students": "Ted",
  20.             "Test1": 12,
  21.             "Test2": 34
  22.         },
  23.         {
  24.             "Students": "Phil",
  25.             "Test1": 34,
  26.             "Test2": 56
  27.         },
  28.         {
  29.             "Students": "Jill",
  30.             "Test1": 87,
  31.             "Test2": 93
  32.         },
  33.         {
  34.             "Students": "Lisa",
  35.             "Test1": 88,
  36.             "Test2": 99
  37.         },
  38.         {
  39.             "Students": "Judi",
  40.             "Test1": 96,
  41.             "Test2": 87
  42.         },
  43.         {
  44.             "Students": "Vince",
  45.             "Test1": 88,
  46.             "Test2": 88
  47.         },
  48.         {
  49.             "Students": "Mike",
  50.             "Test1": 96,
  51.             "Test2": 85
  52.         },
  53.         {
  54.             "Students": "Larry",
  55.             "Test1": 77,
  56.             "Test2": 87
  57.         },
  58.         {
  59.             "Students": "Marc",
  60.             "Test1": 78,
  61.             "Test2": 79
  62.         }
  63.     ]
  64. }